'宣言
Public Overloads Shared Function GetLocalizedValue(Of T)( _ ByVal reportItem As ReportItem, _ ByVal propertyName As String, _ ByVal defaultValue As T, _ ByVal converter As GrapeCity.ActiveReports.PageReportModel.RomUtils.FromStringConverter(Of T) _ ) As T
public static T GetLocalizedValue<T>( ReportItem reportItem, string propertyName, T defaultValue, GrapeCity.ActiveReports.PageReportModel.RomUtils.FromStringConverter<T> converter )
パラメータ
- reportItem
- propertyName
- defaultValue
- converter
型パラメータ
- T